ComponentOne FlexReport for WinForms
Item(String) Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportObjectCollection<TItem> Class > Item Property : Item(String) Property
The name of the element to get.
Gets the element with specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As TItem
public TItem Item( 
   System.string name
) {get;}

Parameters

name
The name of the element to get.

Property Value

The element with specified name.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members
Overload List